if (do_name() != 'Home') : ?>
include("util/comment.php"); ?>
Reference | align()
endif ?>Syntax | align(align=LEFT) | ||
Description | Sets the alignment of text in a block. Text in a block wraps across multiple lines when the width parameter of the text() command is specified. The parameter for align() can be either LEFT, RIGHT, CENTER, JUSTIFY. | ||
Returns | the current alignment | ||
Example |
|